Uses of Interface
org.eclipse.vtp.desktop.core.configuration.ConfigurationManager

Packages that use ConfigurationManager
org.eclipse.vtp.desktop.core.configuration   
org.eclipse.vtp.desktop.core.configuration.adrequest   
org.eclipse.vtp.desktop.core.configuration.media   
org.eclipse.vtp.desktop.model.core   
 

Uses of ConfigurationManager in org.eclipse.vtp.desktop.core.configuration
 

Classes in org.eclipse.vtp.desktop.core.configuration that implement ConfigurationManager
 class DefaultConfigurationManager
           
 

Methods in org.eclipse.vtp.desktop.core.configuration that return ConfigurationManager
 ConfigurationManager ConfigurationManagerRegistry.getConfigurationManager(java.lang.String managerId)
           
 ConfigurationManager ConfigurationManagerRegistry.getConfigurationManager(java.lang.String namespace, java.lang.String element)
           
 

Uses of ConfigurationManager in org.eclipse.vtp.desktop.core.configuration.adrequest
 

Classes in org.eclipse.vtp.desktop.core.configuration.adrequest that implement ConfigurationManager
 class AttachedDataManager
           
 

Uses of ConfigurationManager in org.eclipse.vtp.desktop.core.configuration.media
 

Classes in org.eclipse.vtp.desktop.core.configuration.media that implement ConfigurationManager
 class MediaBindingManager
           
 

Uses of ConfigurationManager in org.eclipse.vtp.desktop.model.core
 

Methods in org.eclipse.vtp.desktop.model.core that return ConfigurationManager
 ConfigurationManager Element.getConfigurationManager(java.lang.String type)
           
 

Methods in org.eclipse.vtp.desktop.model.core with parameters of type ConfigurationManager
 void Element.addConfigurationManager(ConfigurationManager manager)
           
 void Element.commitConfigurationChanges(ConfigurationManager manager)
           
 void Element.rollbackConfigurationChanges(ConfigurationManager manager)